home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_769
/
frame_210
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
165b
|
12 lines
stop();
z = 10;
while(z >= 1)
{
if(_root["c" + z]._currentframe <= 204)
{
_root["c" + z].gotoAndPlay("re-alive");
z = 0;
}
z--;
}